* Work around GCC bug affecting Garbage Collection (bug#65727).
authorAndrea Corallo <acorallo@gnu.org>
Sat, 18 May 2024 06:59:17 +0000 (08:59 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Sat, 18 May 2024 07:03:53 +0000 (09:03 +0200)
commit19c983ddedf083f82008472c13dfd08ec94b615f
treef65cbb7f2eeffc21473a9ccf614d3c5e12cd6302
parentdb039399cccd38b767bf6a30ba6c5da593eb69cf
* Work around GCC bug affecting Garbage Collection (bug#65727).

* src/lisp.h (flush_stack_call_func): Prevent GCC sibling call
optimization to run with an asm inline.
src/lisp.h